type crypto/elliptic.p384Curve

8 uses

	crypto/elliptic (current package)
		p384.go#L23: type p384Curve struct {
		p384.go#L27: var p384 p384Curve
		p384.go#L48: func (curve p384Curve) Params() *CurveParams {
		p384.go#L52: func (curve p384Curve) IsOnCurve(x, y *big.Int) bool {
		p384.go#L113: func (p384Curve) Add(x1, y1, x2, y2 *big.Int) (*big.Int, *big.Int) {
		p384.go#L125: func (p384Curve) Double(x1, y1 *big.Int) (*big.Int, *big.Int) {
		p384.go#L133: func (p384Curve) ScalarMult(Bx, By *big.Int, scalar []byte) (*big.Int, *big.Int) {
		p384.go#L141: func (p384Curve) ScalarBaseMult(scalar []byte) (*big.Int, *big.Int) {